home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000064_news@columbia.edu _Tue Apr 8 20:29:09 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA18296
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 8 Apr 1997 20:29:09 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA23536
  7.     for kermit.misc@watsun; Tue, 8 Apr 1997 20:29:08 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.mathworks.com!uunet!in3.uu.net!129.59.1.25!news.vanderbilt.edu!news
  9. From: monte aspevig <monte.aspevig@mcmail.vanderbilt.edu>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: script recorder
  12. Date: Tue, 08 Apr 1997 14:40:18 -0700
  13. Organization: First Consulting Group
  14. Lines: 15
  15. Message-ID: <334ABB42.169@mcmail.vanderbilt.edu>
  16. NNTP-Posting-Host: 160.129.173.227
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 2.02 (Win16; I)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:6879
  22.  
  23. Hello.
  24.  
  25. Does anyone know of a way to record scripts interactively using Kermit95 
  26. or CKERMIT?  I'm trying to automate some of the script writing chore...
  27.  
  28. By "record a script", I mean to trap all text sent and received by the 
  29. emulator into a Kermit script file which I can use as a template and 
  30. modify as needed.  
  31.  
  32. I Couldn't find anything on the topic in either of the following books, 
  33. both written by Christine Gianone & Frank da Cruz; "Kermit 95, 
  34. communications software for windows 95" and "Using C-Kermit, 
  35. communication software for..."
  36.  
  37. Anything you can provide would be helpful.